.liuyanOuter.Big{
	position:absolute;
	margin-top: 6px;
    margin-left: 162px;
}
.liuyanOuter {
    width: 350px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 1px 20px #555;
}

.messageBox {
    display: flex;
    margin-bottom: 15px;
}

.messageBox img {
    width: 50px;
}

.messageTextBox {
    margin-left: 15px;
}

.messageBox p {
    font-size: 20px;
}

.messageBox .messageTitle {
    color: #005F4A;
    font-weight: bold;
}

.messageBox .messageEnglish {
    color: #B9B9B9;
}

.messageInput {
    margin-top: 8px;
    display: flex;
    border: 1px solid #ccc;
}

.messageInputIco {
    width: 46px;
    height: 34px;
    background-color: #EFEFEF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.messageInputIco img {
    width: 20px;
}

.messageInputI {
    width: 100%;
    overflow: hidden;
}

.messageInputI input {
    outline: none;
    border: none;
    height: 34px;
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
}

.messageInputI textarea {
    outline: none;
    border: none;
    width: 100%;
    padding: 5px;
    height: 100px;
}

.messageForm .submit {
    width: 100%;
    margin-top: 15px;
}

.messageForm .submit button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #005F4A;
    border: none;
    color: #fff;
    font-size: 18px;
}

.lxPhoneBox {
    margin-top: 20px;
    display: flex;
}

.lxPhoneIco img {
    width: 48px;
}

.lxPhoneText {
    margin-left: 6px;
    color: #005F4A;
}

.lxPhoneText .lxPhoneT1 {
    font-size: 12px;
}

.lxPhoneText .lxPhoneT2 {
    font-weight: bold;
    font-size: 25px;
}